home *** CD-ROM | disk | FTP | other *** search
- /*______________________________________________________________________
-
- vscn.h - Scanning Module Interface.
-
- Copyright © 1988, 1989, 1990 Northwestern University. Permission is
- granted to use this code in your own projects, provided you give credit
- to both John Norstad and Northwestern University in your about box or
- document.
- _____________________________________________________________________*/
-
- #ifndef __vscn__
- #define __vscn__
-
- #ifndef __glob__
- #include "glob.h"
- #endif
-
- extern Boolean vscn_CheckCancel(void);
- extern Boolean vscn_CheckFull (Handle report, short slop);
- extern void vscn_DoScan (ScanKind scanKind, ScanOp scanOp);
- extern void vscn_DoButton (ScanOp scanOp, short modifiers);
-
-
- #endif
-
-